{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block other_css %} {% endblock %} {% block sideDashBoard %} {% include "sideDashboard.html"%} {% endblock %} {% block content %}
| Profile Pic | Name | Skills |
|---|---|---|
| {{ user.name }} | {% for skill in user.skills.all %}
{{ skill }} {% endfor %} |